home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 June / Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso / pc / reflux / shared.dxr / 00844_done01.BMP.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  1.1 KB  |  51 lines

  1. on mouseDown
  2.   global gPageNumber, gLocalPage, gPage, gStartPage, mouseUp, gPerspective, gMusic
  3.   puppetSprite(41, 1)
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 41 to the number of cast "done02.bmp"
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite 41 to the number of cast "done01.bmp"
  9.   puppetSprite(41, 0)
  10.   puppetSprite(42, 0)
  11.   puppetSprite(43, 0)
  12.   puppetSprite(44, 0)
  13.   puppetSprite(45, 0)
  14.   puppetSprite(46, 0)
  15.   puppetSprite(47, 0)
  16.   puppetSprite(2, 0)
  17.   puppetSprite(3, 0)
  18.   puppetSprite(4, 0)
  19.   puppetSprite(5, 0)
  20.   puppetSprite(6, 0)
  21.   puppetSprite(7, 0)
  22.   puppetSprite(8, 0)
  23.   puppetSprite(10, 0)
  24.   puppetSprite(11, 0)
  25.   puppetSprite(12, 0)
  26.   puppetSprite(13, 0)
  27.   puppetSprite(14, 0)
  28.   puppetSprite(15, 0)
  29.   updateStage()
  30.   if gMusic = 0 then
  31.     sound close 2
  32.   end if
  33.   if gPerspective = 1 then
  34.     go("frank")
  35.   end if
  36.   if gPerspective = 2 then
  37.     go("Jake")
  38.   end if
  39.   if gPerspective = 3 then
  40.     go("roark")
  41.   end if
  42.   if gLocalPage <> gPageNumber then
  43.     go("bkscreen")
  44.   end if
  45.   if gMusic = 1 then
  46.     puppetSound(0)
  47.     set the soundEnabled to 0
  48.     set the soundEnabled to 1
  49.   end if
  50. end
  51.